www.gusucode.com > RQCMS PHP文章管理系统 v2.3PHP源码程序 > RQCMS PHP文章管理系统 v2.3/rqcms_v2.3/rqcms_v2.3/core/manager/view/footer.php

    <?php
print <<<EOT
<div class="copyright">
  <table border="0" align="center" cellpadding="5" cellspacing="0">
    <tr>
      <td width="120" align="center"></td>
      <td align="left">Powered by <strong><a href="http://www.rqcms.com" target="_blank">RQCMS {$constant['RQ_VERSION']}</a> Build {$constant['RQ_RELEASE']}</strong> &copy; 2010-2014</td> 
      <td width="120" align="center"></td>
    </tr>
  </table>
</div>
</body>
</html>
EOT;
?>